home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 101-125 / scopedisk125 / cbmibm / bridgeboard < prev    next >
Text File  |  1995-03-19  |  1KB  |  24 lines

  1. C:Echo "Initializing BridgeBoard Hardware..." NoLine
  2. C:BindDrivers                                 ;omit the first three lines if
  3. C:Echo "DONE."                                ; you BindDrivers at startup
  4. C:Echo "Running PCDisk..." NoLine             
  5. C:Run > NIL: SYS:PC/PCDisk
  6. C:Echo "OK."
  7. C:Wait 20
  8. C:Echo "Running Time Service..." NoLine       ;Remove if you have Janus 1.x
  9. C:Run > NIL: SYS:PC/Services/TimeServ         ;Remove if you have Janus 1.x
  10. C:Echo "OK."                                  ;Remove if you have Janus 1.x
  11. C:wait 5                                      ;Remove if you have Janus 1.x
  12. C:Echo "Running AMouse..." NoLine             ;Remove if you have Janus 1.x
  13. C:Run > NIL: SYS:PC/AMouse                    ;Remove if you have Janus 1.x
  14. C:Echo "OK."                                  ;Remove if you have Janus 1.x
  15. C:wait 5                                      ;Remove if you have Janus 1.x
  16. C:Echo "Opening PC Mono Window..." NoLine
  17. C:Run > NIL: SYS:PC/PCWindow "SYS:PC/PC Mono" ;change "PC MONO" to "PC COLOR"
  18. C:Echo "OK."                                  ; for a color display.
  19. C:wait 5
  20. C:Echo "Allocating Printer Port..." NoLine
  21. C:Run > NIL: SYS:PC/LPT1
  22. C:Echo "OK."
  23. C:Echo "Initialization Complete."
  24.